ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Tools Namespace / HashCalculator Class / ComputeMD5 Method / ComputeMD5(Byte[]) Method
The binary stream as a byte array.

In This Topic
    ComputeMD5(Byte[]) Method
    In This Topic
    Computes the MD5 hash for the specified binary stream.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ComputeMD5( _
       ByVal stream() As Byte _
    ) As Byte()
    public static byte[] ComputeMD5( 
       byte[] stream
    )

    Parameters

    stream
    The binary stream as a byte array.

    Return Value

    The computed MD5 hash.
    See Also